Skip to main content

renewEipCheck

Description

Renew eip check.

Request Method

GET

Request Path

/customer/eip/renew/check

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
instanceIdQueryStringYesNo sample value for this parameter. instance id
regionIdQueryStringYesNo sample value for this parameter. region id
couponInstanceIdQueryStringNoNo sample value for this parameter. coupon instance id
voucherInstanceIdQueryStringNoNo sample value for this parameter. vouchar instance id

Return data

NameTypeSample valueDescription
resultobject`{"instanceId":"eip-nj3ddpsw411y4vmmkukl4","regionId":"cn-wulan-sta1-d01","bandwidth":1.0,"billingMethod":"PayAsYouGo","lineType":"BGP","networkType":"Public","expiredTime":902458408328}`result
resultCodestring0result code
resultMsgstringsuccessresult message

Example

Successful Response example

{
"result":
{
"instanceId":"eip-nj3ddpsw411y4vmmkukl4",
"regionId":"cn-wulan-sta1-d01",
"bandwidth":1.0,
"billingMethod":"PayAsYouGo",
"lineType":"BGP",
"networkType":"Public",
"expiredTime":902458408328
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}